The following tables list the members exposed by IDictionaryEx<TKey,TValue>.
Name | Description | |
---|---|---|
![]() | GetOrAdd | Adds a key/value pair to the IDictionary if the key does not already exist. |
![]() | TryAdd | Adds an element with the provided key and value to the IDictionary. |
![]() | TryRemove | Removes the element with the specified key from the IDictionary. |
![]() | TryUpdate | Overloaded. Updates an element with the provided key to the value if it exists. |